Useful tips
📄️ Out-parameter and its purpose
In ImageJS several functions have an optional parameter called out.
📄️ Plain call vs method call
In most cases there are two ways of calling API functions: as a function and as a class method.
📄️ Blurring techniques and their differences
If you looked at some of our tutorials, you might have noticed that we apply a blurring technique before applying an actual filter like threshold or watershed. We do that in order to improve the image input by reducing the image noise and small elements that could disrupt image analysis. This tutorial will clarify which technique is used in which scenario.